Welcome![Sign In][Sign Up]
Location:
Search - CPUID USE VC

Search list

[OS program一个读取硬盘序列号与CPU序列号的DLL

Description: VC写的,一个读取硬盘序列号与CPU序列号的DLL,大家可以利用它来为自己的软件提供保护机制。-VC written by a reader drives and CPU serial number sequence, the DLL, you can use it for its own software to provide protection mechanisms.
Platform: | Size: 625664 | Author: 高华 | Hits:

[Windows DevelopCPUID

Description: 通过VC++编程,实现了获取电脑CPU提供商和CPU序列号信息的功能。-Through VC++ Programming, to achieve access to the computer CPU providers and CPU serial number information.
Platform: | Size: 35840 | Author: wwx | Hits:

[OS programIntelCPUID

Description: 通过Intel CPU提供的CPUID指令,获取当前计算机的CPU序列号。介绍如何使用汇编和VC混合编程。-Intel CPU provided through the CPUID instruction, access to the computer s current CPU serial number. Describes how to use the VC compiled and mixed programming.
Platform: | Size: 33792 | Author: wanglili | Hits:

[OS programVCGetCpuid_ASMLIB

Description: vc6.0调用汇编库取得硬盘序列号和cpu id等,由于vc直接调用要下载一个啥sdk,太麻烦了,就写个汇编的lib在vc里直接调用,lib也不像dll容易被跟踪到,注释清晰代码风格好,可供商用。 -vc call ASM lib to get hd and cpu id,Because if you want to get this information must download some sdk,I think use a asm lib is more easy to use ,and lib is hard to crack not like dll,so you can use it in your business software.
Platform: | Size: 77824 | Author: 黄花菜 | Hits:

[Othervcgetcpuid

Description: 1. 用汇编语言编写一个cpuid函数,然后调整链接器配置,在C语言中调用该函数。 2. 使用内嵌汇编调用CPUID指令。 3. 使用编译器提供的Intrinsics函数来调用CPUID等特定平台指令。   我们一般优先使用第3种办法,代码量少、可读性高、编译维护简单。例如VC(VC2005或更高)在“intrin.h”中声明了 __cpuid函数。   当编译器没有提供Intrinsics函数时,就只有使用前两种办法了。 -Written in assembly language a cpuid function, and then adjust the linker configuration, call the function in the C language. 2. Use inline assembly call CPUID instruction. 3. Use the compiler to provide the Intrinsics functions to call CPUID platform-specific instructions. We are generally preferred to use three kinds of approach, less code, readable, compiled simple maintenance. The VC (VC2005 or higher) the the statement " intrin.h" __cpuid function. When the compiler Intrinsics function, only the previous two.
Platform: | Size: 57344 | Author: ahcd30 | Hits:

CodeBus www.codebus.net